home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / tema / sw602 / html / flash / radar.swf / scripts / DefineButton2_72 / BUTTONCONDACTION on(press).as next >
Text File  |  2004-02-19  |  126b  |  5 lines

  1. on(press){
  2.    _parent.myPress = true;
  3.    startDrag("",0,_parent.myLeft,_parent.myTop,_parent.myRight,_parent.myBottom);
  4. }
  5.